home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / Winter Shell 1.0d2 / Source / Libraries / VolumeLib / VolumeLib.h < prev   
Encoding:
C/C++ Source or Header  |  1993-10-16  |  441 b   |  10 lines  |  [TEXT/KAHL]

  1. #pragma once
  2. typedef short VolType;                            /* volume reference number */
  3. typedef char VolNameType[28];                    /* volume name */
  4. typedef unsigned char VolPNameType[28];    /* volume name (pascal string) */
  5. void VolumeParameters(VolType vol, GetVolParmsInfoBuffer *params);
  6. Boolean VolumeSupportsFileIDs(VolType vol);
  7. Boolean VolumeSupportsFSpExchangeFiles(VolType vol);
  8. Boolean VolumeSupportsDesktopMgr(VolType vol);
  9. size_t VolumeFree(VolType vol);
  10.